*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%;overflow-x:hidden;font-family:'Nunito',sans-serif;background-color:#FFFC00;color:#000;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;min-height:100vh;position:relative}header{position:relative;margin-bottom:1.5vh;display:flex;flex-direction:column;align-items:center}.logo-container{position:relative;width:100px;height:100px;margin:0 auto 1rem;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.08);overflow:hidden}.logo-container::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,0.05) 50%,transparent 60%);animation:scan 2s linear infinite;pointer-events:none}@keyframes scan{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}img{width:75%;height:auto;object-fit:contain;z-index:2}.brand-name{font-weight:900;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;margin-bottom:.5rem;opacity:.6}h1{font-weight:900;font-size:clamp(2rem,6vw,3.5rem);line-height:1.05;margin-bottom:1rem;color:#000;letter-spacing:-0.03em;max-width:800px}p{font-size:clamp(1rem,2.5vw,1.3rem);line-height:1.4;max-width:550px;margin:0 auto 2rem;color:#222;font-weight:700}.cta-btn{display:inline-block;background-color:#000;color:#fff;font-weight:900;font-size:1.1rem;padding:1.1rem 3.5rem;border-radius:50px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer;box-shadow:0 6px 0 rgba(0,0,0,0.15);text-transform:uppercase;letter-spacing:.5px;position:relative;top:0}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 rgba(0,0,0,0.15)}.cta-btn:active{transform:translateY(4px);box-shadow:0 2px 0 rgba(0,0,0,0.15)}.trust-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;font-size:.8rem;font-weight:700;opacity:.8}.badge{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.6);padding:6px 12px;border-radius:20px;backdrop-filter:blur(4px)}.dot{width:8px;height:8px;background:#2ecc71;border-radius:50%;display:inline-block}.shield{width:12px;height:12px;border:2px solid #000;border-radius:50%;position:relative}.notification-feed{position:absolute;top:20px;right:20px;background:#fff;padding:12px 20px;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,0.08);display:flex;align-items:center;gap:12px;transform:translateX(150%);transition:transform .5s cubic-bezier(0.175,0.885,0.32,1.275);max-width:300px;text-align:left;z-index:100}.notification-feed.active{transform:translateX(0)}.notif-icon{width:30px;height:30px;background:#FFFC00;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px}.notif-text{font-size:.8rem;font-weight:700;color:#333;line-height:1.2}@media(max-width:600px){.notification-feed{top:10px;right:50%;transform:translateX(50%) translateY(-150%);width:90%;justify-content:center}.notification-feed.active{transform:translateX(50%) translateY(0)}}